toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.browser.callback
/
[jvm]SelectClientCertificateCallback
/
Params
Params
interface
Params
The parameters of the
SelectClientCertificateCallback
.
Members
Functions
cancel
Action
Text
Link copied to clipboard
open
fun
cancelActionText
(
)
:
String
Returns a string that represents the localized text of the "Cancel" action.
certificates
Link copied to clipboard
open
fun
certificates
(
)
:
List
<
Certificate
>
Returns an immutable list of the certificates allowed by the server.
host
Port
Link copied to clipboard
open
fun
hostPort
(
)
:
HostPort
Returns the host and port of the server that requested the client authentication.
is
Proxy
Link copied to clipboard
open
fun
isProxy
(
)
:
Boolean
Returns
true
if the request that requires the client certificate selection is issued by an HTTPS proxy server.
message
Link copied to clipboard
open
fun
message
(
)
:
String
Returns a string that represents the localized dialog message.
select
Action
Text
Link copied to clipboard
open
fun
selectActionText
(
)
:
String
Returns a string that represents the localized text of the "Select" action.
title
Link copied to clipboard
open
fun
title
(
)
:
String
Returns a string that represents the localized dialog title.